projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69a2b8
)
doc fix
author
Andrea Corallo
<akrl@sdf.org>
Sat, 5 Oct 2019 15:51:49 +0000
(17:51 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:56 +0000
(11:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index e706756d8c4dfb7ebffd8b1212d68d4a53a9e07b..b9203ca7806028b2015fbe805f4e5bda167293f3 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-962,7
+962,7
@@
the annotation emission."
(defun comp-limplify-top-level ()
"Create a limple function doing the business for top level forms.
-This will be called at
run
time."
+This will be called at
load-
time."
(let* ((func (make-comp-func :symbol-name 'top-level-run
:c-func-name "top_level_run"
:args (make-comp-args :min 0 :max 0)